GET FILE CREATION$

This command will return the creation date of a file currently pointed to by the use of the FILE FIRST and FILE NEXT commands.

  Syntax
Return String=GET FILE CREATION$()
  Returns

This command will return the creation date of a file currently pointed to by the use of the FILE FIRST and FILE NEXT commands

  Example Code
cls
find first
repeat
printC "file name= "+get filename$()
printC " file type = "+str$(get file type())
print C" file date = "+str$(get file date$())
print C" file date = "+str$(get file creation$())
find next
until get file type()=-1
do
loop
end
  See also

FILE Commands Menu
Index